projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf9f2aa
)
(struct input_event): Use proper type for `kind'.
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 5 Oct 2001 09:51:00 +0000
(09:51 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 5 Oct 2001 09:51:00 +0000
(09:51 +0000)
src/termhooks.h
patch
|
blob
|
history
diff --git
a/src/termhooks.h
b/src/termhooks.h
index e129fa2a8ac8d749322806130aa57e3bc827a808..6a8cc8befd319895df3be86afbc3e016167c6da1 100644
(file)
--- a/
src/termhooks.h
+++ b/
src/termhooks.h
@@
-341,7
+341,7
@@
enum event_kind
struct input_event
{
/* What kind of event was this? */
-
int
kind;
+
enum event_kind
kind;
/* For an ascii_keystroke and multibyte_char_keystroke, this is the
character.